adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetObjects Method / GetObjects(OID[]) Method
The OID(s) of the object(s) to fetch


In This Topic
    GetObjects(OID[]) Method
    In This Topic
    Gets the objects with the specified OIDs.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Overloads Function GetObjects( _
       ByVal ParamArray OIDs() As OID _
    ) As ADTObjectCollection
    [NotNull()]
    public ADTObjectCollection GetObjects( 
       params OID[] OIDs
    )
    [NotNull()]
    public:
    ADTObjectCollection^ GetObjects( 
       ... array<OID^>^ OIDs
    ) 

    Parameters

    OIDs
    The OID(s) of the object(s) to fetch

    Return Value

    The requested objects.
    Remarks
    Any invalid OIDs or objects for which the caller does not have permission are silently ignored.
    See Also